home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Language/OS - Multiplatform Resource Library
/
LANGUAGE OS.iso
/
oper_sys
/
presto
/
prest_04.lha
/
src
/
main_main.c
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
C/C++ Source or Header
|
1989-06-06
|
261 b
|
20 lines
/*
* main_*.c
*
* provide default do-nothings for the Main object.
* Each must be in a different .o file to prevent all of them
* from being pulled in when only one is needed.
*
*/
#define _MAIN_C
#include "presto.h"
int
Main::main()
{
return 0;
}